Q3PickPartsStyle_Get
You can use theQ3PickPartsStyle_Get
function to get the picking parts style value of a picking parts style.
TQ3Status Q3PickPartsStyle_Get ( TQ3StyleObject pickPartsObject, TQ3PickParts *parts);
pickPartsObject
- A picking parts style object.
parts
- On entry, a pointer to a variable of type
TQ3PickParts
. On exit, the current picking parts style value of the specified style object.DESCRIPTION
TheQ3PickPartsStyle_Get
function returns, in theparts
parameter, a pointer to the current picking parts value of the style object specified by thepickPartsObject
parameter. See page 6-10 for a list of masks used to construct a picking parts value.